home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Shareware City / Science / µSim 1.0 folder / source / Note on C compilers < prev    next >
Encoding:
Text File  |  1995-04-07  |  913 b   |  20 lines  |  [ttro/ttxt]

  1. Everything compiles fine under Metrowerks CodeWarrior 5.5 (both 68K and PPC) with the Universal Headers 2.0a4 and:
  2. CGLUESUPPORTED false;
  3. OLDROUTINENAMES false;
  4. OLDROUTINELOCATIONS false.
  5.  
  6. Assembler 68000 dependencies in the previous beta versions have been eliminated while porting to the PowerMac platform.
  7.  
  8. You need to compile resources separately (i.e. outside the Make process) with rez.
  9.  
  10. You need also the MoreFiles library by Jim Luther (Apple).
  11.  
  12. Each source file should be prefixed by the following copyright notice (I am too lazy to update them all):
  13.  
  14. Copyright © 1993,1994,1995 by Fabrizio Oddone
  15. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  16. This source code is distributed as freeware:
  17. you may copy, exchange, modify this code.
  18. You may include this code in any kind of application: freeware,
  19. shareware, or commercial, provided that full credits are given.
  20. You may not sell or distribute this code for profit.